home *** CD-ROM | disk | FTP | other *** search
- AIAbstractPageControl = {
- ACTIONS = {
- fitPage:;
- hideRuler:;
- checkTextSpelling:;
- checkSpelling:;
- showTextRuler:;
- zoomOut:;
- scale:;
- runGridPanel:;
- drawSpeedChanged:;
- zoomIn:;
- };
- OUTLETS = {
- pageViewScroller;
- scaleButton;
- dynamicScaleCell;
- };
- SUPERCLASS = AIAbstractControl;
- };
- AINotesView = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Text;
- };
- SnapSplitView = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = NXSplitView;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- AIPageControl = {
- ACTIONS = {
- saveNotes:;
- textDidEnd:;
- textDidChange:;
- };
- OUTLETS = {
- notesViewScroller;
- splitView;
- offscreenWindow;
- noPageText;
- };
- SUPERCLASS = AIAbstractPageControl;
- };
- AINotesScrollView = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = ScrollView;
- };
- AIAbstractControl = {
- ACTIONS = {
- pageBack:;
- pageInsert:;
- saveTo:;
- save:;
- close:;
- saveAs:;
- pageForward:;
- pageDelete:;
- revertToSaved:;
- pageAdd:;
- beginPresentation:;
- changePageLayout:;
- };
- OUTLETS = {
- window;
- };
- SUPERCLASS = Object;
- };
- AIPageScrollView = {
- ACTIONS = {
- descendantFrameChanged:;
- toggleRuler:;
- };
- OUTLETS = {
- zoomPopUpList;
- drawSpeedPopUp;
- gridButton;
- };
- SUPERCLASS = ScrollView;
- };
-